home *** CD-ROM | disk | other *** search
/ SGI Hot Mix 8 / Hot Mix 8.iso / .all / demos / Lightscape / InstallIt (.txt) < prev    next >
Text File  |  1994-06-22  |  357b  |  11 lines

  1. #!/bin/csh
  2.  
  3. xwsh -bg royalblue -fg white \
  4.         -geom 80x20+100+100 -cursorfg violetred1 -cursorbg violetred1 \
  5.         -title "Install Lightscape Visualization System" \
  6.         -e /bin/csh -c \
  7.         "echo You must be root to install Lightscape Visualization System...; \
  8.         cd $HOTMIXDIR/demos/Lightscape; \
  9.         su root -c './InstallIt2'"
  10.  
  11.